home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / dvcomm.zip / DVCOMM.DOC < prev    next >
Text File  |  1991-02-23  |  9KB  |  187 lines

  1.  
  2.  
  3.    DESQview_Term is a small DESQview specific communications program for
  4. DESQview version 2.2 or higher. File transfers require a stand-alone
  5. program such as DSZ. It features multiple windows for data entry, user
  6. selectable ports and parameters and does not allow more than one of the
  7. same program on the same port to run at a time. More an experiment than
  8. anything else, this is version 0.1 of the program.
  9.  
  10.    DESQview_Term requires 50K of memory: 38K for the main program, 6K in
  11. system memory and at least 1K of script area for macros plus DESQview over-
  12. -head. The 38K may need adjusting depending on the size of the communication
  13. buffers as defined within the program. The default is 2048 bytes, 1024 for
  14. input and 1024 for output. 512 is the smallest allowed and 16384 is the
  15. largest.
  16.  
  17.    Upon starting the program, you are presented with a blank white on black
  18. screen and a light blue border. You are also offline. In fact, if you never
  19. ran the program before, you must first answer a few questions, such as the port
  20. to use and the baud rate and so on. In addition, you may customize your down-
  21. -load and upload parameters as well as the directory to send downloads and get
  22. uploads from.
  23.  
  24.    Mouse users may click the right button anywhere within the terminal window
  25. and all users may press ALT+M to access the "Main Menu". The Main Menu contains
  26. a number of functions including:
  27.  
  28.    Devices : Sets your port parameters, local echo and communications buffer
  29.              size. Devices may not accessed while online.
  30.    Connect : Places your system online with a connected modem of remote system.
  31.              All commands are send useing the Hayes "AT" command set. If you
  32.              are online, this will take you offline.
  33.    Clear   : Clear the terminal window. Actually, this fills the window with the
  34.              current color and resets the cursor position.
  35.    Transfer: Accesses the file transfer menu. This menu may not be accessed if
  36.              not online.
  37.    Display : Allows you to change the screen colors.
  38.  
  39.    Ansi    : Toggles ANSI graphic codes on and off. If on, ANSI codes are
  40.              translated and a marker is displayed beside the option.
  41.  
  42.    Paths   : Set your own commands to operate DSZ and set where to get uploads
  43.              and send downloads. Default DSZ parameters will work accordingly
  44.              with the menu operations and shouldn't need adjusting.
  45.    Exit    : Exit program. You must first disconnect before leaving the program.
  46.  
  47.    Return  : Exits the menu and returns to the terminal.
  48.  
  49.    The border contains the name as it appears on the DESQview menu. If you are
  50. online, "-Connected" is added to the program border and appears on the border
  51. when you leave the menu. Also, "Connect" on the main menu is marked when online
  52. and unmarked when offline.
  53.  
  54.    Along with the mouse, the letters to thr right will active the function for
  55. the key pressed. From the terminal, all functions except those prohibited when
  56. online and Return may be accessed by pressing ALT+key. For example, ALT+C
  57. clears the screen.
  58.  
  59.    You may have noticed a lack of macro support. The way I see it, why reinvent
  60. the wheel by providing a macro processor when DESQview supplies a perfectly
  61. good macro processor that loads with the program?
  62.  
  63.  
  64. ++++++  Devices Menu ++++++
  65.  
  66.    Some information must be given before allowing you online. You must supply
  67. the port, speed, parity, data bits, stop bits, buffer size and local echo
  68. parameters.
  69.  
  70. Port  : 1 or 2 for ports 1 or 2
  71. Speed : 300, 1200, 2400, 4800 or 9600
  72. Parity: "N"=None, "O"=Odd, "E"=Even
  73. Data  : 7 or 8 data bits per byte.
  74. Stop  : 1 or 2 stop bits per byte.
  75. Local : "Y" to turn local mode on, "N" to turn it off.
  76. Buffer: Communications buffer sizes, one of this size for transmit and one for
  77.         receive. Any value may be supplied between 256 and 8192, producing a
  78.         memory overhead of 512 to 16384 bytes. Be sure to add or subtract
  79.         memory using "Change A Program" to optimize memory usage system-wide.
  80.  
  81. Press ENTER or click on "OK" to accept the values, or press ESC or click on
  82. "Cancel" to exit without saving the data.
  83.    If an incorrect value is given in a field, the cursor will move to the data
  84. and a help window will appear to the right.
  85.  
  86.  
  87. ++++++ Connect ++++++
  88.  
  89.    Click on "Connect", press "O" or ALT+O from the terminal to toggle the
  90. online status as reflected by the menu marker and the window border. If you are
  91. offline when accessed, you will go online, allowing you access to your modem.
  92. If online, you will be taken offline.
  93.  
  94.  
  95.  
  96. ++++++ Transfer ++++++
  97.  
  98.    Clicking on "Transfer" or pressing "T" from the main menu pops up the
  99. "File Transfer" menu. You may choose from 1 of 4 download types of 1 of 4
  100. upload types. The actual file tranfer type depends on the file transfer
  101. program's actual parameters as defined in the "Paths" menu. The program run
  102. by DESQview is in the "Program" field of DSZPIF.DVP. The default settings
  103. use DSZ.COM as the program and parameters that match the menu choices using
  104. DSZ.COM or DSZ.EXE.
  105.    If choosing an upload or non-batch download, you must provide a target
  106. filename for the download to be saved. Type in a filename and press ENTER or
  107. press ESCape to return to main menu. Enter only the filename! Use the
  108. upload/download path field in the "Paths" menu to determine the full pathname
  109. of the program.
  110.    Once a file transfer is underway, the terminal becomes inactive until the
  111. file transfer program is finished. If you don't include an ".EXE", ".COM" or
  112. ".BAT" extender in the "Programs" field of DSZPIF.DVP, the program will drop
  113. to DOS and require you to close the window by hand using the DESQview menu
  114. "Close" or typeing "Exit" at the DOS prompt. Once the window is closed, the
  115. terminal is reactivated.
  116.  
  117.  
  118.  
  119. ++++++ Paths ++++++
  120.  
  121.    Actually, this menu uses more space on transfer protocols, but the only one
  122. that really needs changed is UL/DL Path, which is the directory you want your
  123. uploads and downloads to go. ZmodemD, YmodemD and XmodemD define what to pass
  124. as parameters to the DSZ program to download files. ZmodemU, YmodemU and XmodemU
  125. define upload parameters. ENTER or "OK" saves the parameters, ESCape or "Cancel"
  126. exit without saving. Two notes: The input fields automatically clear if you
  127. press a non-function key, such as the arrow keys. Also, you needn't change the
  128. port number from "X" as it is replaced according to your current port usage.
  129.  
  130.  
  131.  
  132. ++++++ DSZPIF.DVP ++++++
  133.  
  134.    This is the layout of the DSZPIF.DVP file which defines the program to
  135. porform file transfers for DESQview_Term.
  136.  
  137.  
  138.                                Change a Program
  139.  
  140.  Program Name............: DSZ
  141.  
  142.  Keys to Use on Open Menu: XX                         Memory Size (in K):  64
  143.  ──────────────────────────────────────────────────────────────────────────────
  144.  Program...: dsz.com
  145.  
  146.  Parameters: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  147.  
  148.  Directory.: \dv
  149.  ──────────────────────────────────────────────────────────────────────────────
  150.   Options:
  151.                     Writes text directly to screen.......: [N]
  152.                     Displays graphics information........: [N]
  153.                     Virtualize text/graphics (Y,N,T).....: [N]
  154.                     Uses serial ports (Y,N,1,2)..........: [Y]
  155.                     Requires floppy diskette.............: [N]
  156.  
  157.   Press F1 for advanced options                  Press ─┘ when you are DONE
  158.  
  159.  
  160.                       Change a Program Advanced Options
  161.  
  162.  System Memory (in K).......:   0   Maximum Program Memory Size (in K)..:
  163.  
  164.  Script Buffer Size.......:     0   Maximum Expanded Memory Size (in K):    0
  165.  
  166.  Text Pages: 1  Graphics Pages: 0   Initial Mode:        Interrupts: 00 to FF
  167.  ──────────────────────────────────────────────────────────────────────────────
  168.   Window Position:
  169.      Maximum Height:  25       Starting Height:           Starting Row...:
  170.      Maximum Width.:  80       Starting Width.:           Starting Column:
  171.  ──────────────────────────────────────────────────────────────────────────────
  172.                                  Shared Program
  173.   Pathname..:
  174.   Data......:
  175.  ──────────────────────────────────────────────────────────────────────────────
  176.   Close on exit (Y,N,blank)......: [Y]  Uses its own colors..............: [Y]
  177.   Allow Close Window command.....: [N]  Runs in background (Y,N,blank)...: [Y]
  178.   Uses math coprocessor..........: [N]  Keyboard conflict (0-4)..........: [0]
  179.   Share CPU when foreground......: [Y]  Share EGA when foreground/zoomed.: [Y]
  180.   Can be swapped out (Y,N,blank).: [N]  Protection level (0-3)...........: [0]
  181.  
  182.    Press F1 for standard options                  Press ─┘ when you are DONE
  183.  
  184.  
  185.    Note: The "Parameters" field MUST be left filled with "X"'s.
  186.  
  187.